broken from my previous commit about rounded corners, dialogs
doesn't use the "window" node, but the "dialog" node, so use the
.background styleclass in the selectors which is more generic.
}
}
-window:not(.tiled):not(.maximized) .titlebar {
- &, &:backdrop {
+.background:not(.tiled):not(.maximized) .titlebar {
+ &:backdrop, & {
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
margin-top: 6px;
margin-bottom: 6px; }
-window:not(.tiled):not(.maximized) .titlebar, window:not(.tiled):not(.maximized) .titlebar:backdrop {
+.background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar {
border-top-left-radius: 7px;
border-top-right-radius: 7px; }
margin-top: 6px;
margin-bottom: 6px; }
-window:not(.tiled):not(.maximized) .titlebar, window:not(.tiled):not(.maximized) .titlebar:backdrop {
+.background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar {
border-top-left-radius: 7px;
border-top-right-radius: 7px; }